;------------------------------------------------------------------------ ; ; Intel Restricted Secret ; ; Purley Platform BIOS Reference Code and Sample Code ; ; Copyright (c) 2009-2019, Intel Corporation. ; ; This software and associated documentation (if any) is furnished ; under a license and may only be used or copied in accordance ; with the terms of the license. Except as permitted by such ; license, no part of this software or documentation may be ; reproduced, stored in a retrieval system, or transmitted in any ; form or by any means without the express written consent of ; Intel Corporation. ; ; This program has been developed by Intel Corporation. ; Licensee has Intel's permission to incorporate this source code ; into their product, royalty free. This source code may NOT be ; redistributed to anyone without Intel's written permission. ; ; Intel specifically disclaims all warranties, express or ; implied, and all liability, including consequential and other ; indirect damages, for the use of this code, including liability ; for infringement of any proprietary rights, and including the ; warranties of merchantability and fitness for a particular ; purpose. Intel does not assume any responsibility for any ; errors which may appear in this code nor any responsibility to ; update it. ; ;------------------------------------------------------------------------ ; ; PURPOSE: ; ; This is sample initialization code for the GlacierFalls platform. ; ;------------------------------------------------------------------------ # GlacierFalls/Purley checkout steps Upon downloading from VIP you should get a GlacierFalls_FS.git file, which is a git repository with the following three branches: -GlacierFalls/Edk2 -GlacierFalls/Intel -GlacierFalls/Purley Steps: 1. Do a 'git clone .\GlacierFalls_FS.git\' 2. Do a 'git branch -r' so you can see the three branches available 3. Do a 'git checkout origin/GlacierFalls/[Edk2/Intel/Purley' 4. Rename your 'GlacierFalls_FS' with the name of the respective branch (Edk2/Intel/Purley) 5.Repeat the steps 1 to 4 for all the remaining branches